<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Liu Qingqing
	Styles updated: 2017/11/30
*/
/*---------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #e60012;
}
a.active {
  color: #e60012;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
/*图标*/
@font-face {
  font-family: 'iconfont';
  /* project id 721747 */
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.c-w {
  width: 100%;
}
.c-w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c-ffm {
  font-family: "Microsoft yahei", Arial;
}
.c-ffs {
  font-family: simsun;
}
.c-mt0 {
  margin-top: 0 !important;
}
.c-mb0 {
  margin-bottom: 0 !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-w50 {
  width: 50px !important;
}
.c-clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-hide {
  display: none;
}
/*header*/
/*导航*/
/*footer*/
/*其他项目可复用模块*/
/*按钮*/
.btn01 {
  background: #e60012;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.btn02 {
  color: #e60012;
  border: 1px solid #e60012;
  border-radius: 5px;
  text-align: center;
}
.btn03 {
  background: #666;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
/*公共标题*/
.g-title01 {
  height: 70px;
  line-height: 70px;
  background: url("../images/g-title01-bg.png") center no-repeat;
}
.g-title01 .title {
  width: 350px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.g-title01 .title .en {
  float: left;
  width: 210px;
  color: #e60012;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.g-title01 .title .ch {
  float: left;
  width: 132px;
  margin-top: 10px;
  margin-left: 8px;
}
.g-title01 .title .ch h2 {
  line-height: 30px;
  font-size: 28px;
}
.g-title01 .title .ch .p01 {
  line-height: 30px;
  font-size: 13px;
  color: #666;
}
/*面包屑 无背景色*/
.crumb {
  height: 60px;
  margin-bottom: 15px;
  line-height: 60px;
  font-size: 15px;
  background: #f6f6f6;
  overflow: hidden;
}
.crumb ul {
  float: left;
}
.crumb i.iconfont {
  margin-left: 15px;
  color: #e60012;
  font-size: 28px;
}
.crumb li {
  float: left;
  margin-right: 12px;
  color: #333;
}
.crumb a {
  color: #333;
}
.crumb a:hover {
  color: #e60012;
}
.crumb li.link:after {
  margin-left: 5px;
  content: '&gt;&gt;';
}
/*面包屑 有背景色*/
.crumb-bg {
  height: 60px;
  background: #f4f4f4;
}
.crumb-bg .crumb {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
/*上一篇 下一篇*/
.page {
  position: relative;
  padding-top: 20px;
  height: 80px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.page a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 15px;
}
.page a.active,
.page a:hover {
  color: #e60012;
}
/*分页*/
.pagination {
  height: 40px;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #eee;
  color: #333;
  border-radius: 3px;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 38px;
  color: #333;
}
.pagination li a:hover {
  background: #e60012;
  color: #fff;
  border-radius: 3px;
}
.pagination li.active {
  border: 1px solid #e60012;
  background: #e60012;
  color: #fff;
  border-radius: 3px;
}
.pagination li.disabled {
  background: #eee;
}
/*向上出现*/
.fadeInBottom {
  animation: fadeInBottom 1s;
  -webkit-animation: fadeInBottom 1s;
  -moz-animation: fadeInBottom 1s;
  -o-animation: fadeInBottom 1s;
  -ms-animation: fadeInBottom 1s;
}
/*左侧滑入*/
.fadeInLeft {
  animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
}
/*右侧滑入*/
.fadeInRight {
  animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;
}
/*右侧滑入*/
.fadeInRightSmall {
  animation: fadeInRightSmall 1s;
  -webkit-animation: fadeInRightSmall 1s;
  -moz-animation: fadeInRightSmall 1s;
  -o-animation: fadeInRightSmall 1s;
  -ms-animation: fadeInRightSmall 1s;
}
.flipInx {
  animation: flipInx 1s;
  -webkit-animation: flipInx 1s;
  -moz-animation: flipInx 1s;
  -o-animation: flipInx 1s;
  -ms-animation: flipInx 1s;
}
/*字体由小变大渐现*/
.fontFadeBig {
  animation: fontFadeBig 1s;
  -webkit-animation: fontFadeBig 1s;
  -moz-animation: fontFadeBig 1s;
  -o-animation: fontFadeBig 1s;
  -ms-animation: fontFadeBig 1s;
}
/*字体由大变小渐现*/
.fontFadeSmall {
  animation: fontFadeSmall 1s;
  -webkit-animation: fontFadeSmall 1s;
  -moz-animation: fontFadeSmall 1s;
  -o-animation: fontFadeSmall 1s;
  -ms-animation: fontFadeSmall 1s;
}
/*keyframes*/
/*向上出现*/
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*左侧滑入*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*转*/
@-webkit-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*字体由小变大渐现*/
@-webkit-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@-moz-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
/*字体由大变小渐现*/
@-webkit-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@-moz-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
.bounceIn {
  animation: bounceIn 1s both;
  -webkit-animation: bounceIn 1s both;
  -moz-animation: bounceIn 1s both;
  -o-animation: bounceIn 1s both;
  -ms-animation: bounceIn 1s both;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*旋转45度 显现*/
.rotateInDownLeft {
  animation: rotateInDownLeft 1s;
  -webkit-animation: rotateInDownLeft 1s;
  -moz-animation: rotateInDownLeft 1s;
  -o-animation: rotateInDownLeft 1s;
  -ms-animation: rotateInDownLeft 1s;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.header {
  width: 100%;
  height: auto;
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99999;
}
.header .header-cont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .header-cont .logo {
  width: 265px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
.header .header-cont .logo img {
  width: 100%;
  height: 100%;
}
.header .header-cont .nav {
  width: 894px;
  float: left;
  overflow: hidden;
}
.header .header-cont .nav li {
  float: left;
  width: 111px;
  height: 90px;
  line-height: 90px;
}
.header .header-cont .nav li a {
  text-align: center;
  color: #333;
  display: block;
  font-size: 17px;
  line-height: 90px;
  padding: 0 3px;
}
.header .header-cont .nav li a:hover {
  color: #fff;
  background: url(../images/mbg.png) center no-repeat;
}
.header .header-cont .nav li .sub-nav {
  position: absolute;
  top: 91px;
  z-index: 10;
  display: none;
}
.header .header-cont .nav li .sub-nav a {
  width: 105px;
  color: #333;
  display: block;
  font-size: 17px;
  line-height: 30px;
  padding: 7px 3px;
  background: #eeeeee;
  margin-bottom: 1px;
}
.header .header-cont .nav li .sub-nav a:hover {
  background-color: #e60012;
  color: #fff;
}
.slideBox {
  width: 100%;
  min-width: 100%;
  position: relative;
  height: auto;
}
.slideBox ul {
  overflow: hidden;
}
.slideBox ul li {
  width: 100%;
  height: auto;
}
.slideBox ul li img {
  width: 100%;
  height: 100%;
}
.slideBox .lubo_btn {
  position: absolute;
  width: 100%;
  top: 180px;
  z-index: 2;
}
.slideBox .lubo_btn .prev {
  float: left;
  top: 215px;
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  transition: all 1s;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.498);
}
.slideBox .lubo_btn .next {
  float: right;
  top: 215px;
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  transition: all 1s;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.498);
}
.slideBox .hd {
  left: 50%;
  margin-left: -60px;
  bottom: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
.slideBox .hd li {
  float: left;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
}
.slideBox .hd .on {
  background-color: #000;
}
.nbanner {
  width: 100%;
  text-align: center;
  position: relative;
}
.nbanner img {
  width: 100%;
}
.product-show {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  height: auto;
  display: table;
}
.product-show .sidebar {
  float: left;
  width: 240px;
  z-index: 11;
  position: absolute;
  top: 696px;
}
.product-show .sidebar h2 {
  width: 240px;
  padding-left: 20px;
  height: 105px;
  line-height: 44px;
  font-size: 32px;
  padding-top: 8px;
  text-align: left;
  background-color: #b70000;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #930000;
  box-sizing: border-box;
}
.product-show .sidebar h2 span {
  display: block;
  font-size: 27px;
}
.product-show .sidebar h2 .icon {
  position: absolute;
  background: url(../images/icon-jx.png) no-repeat top center;
  right: 10px;
  top: 20px;
  display: block;
  width: 72px;
  height: 72px;
  background-size: 100%;
}
.product-show .sidebar .sidebar-ul {
  width: 240px;
}
.product-show .sidebar .sidebar-ul li {
  width: 240px;
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #930000;
  background-color: #b70000;
  transition: background-color 0.5s;
  box-sizing: border-box;
}
.product-show .sidebar .sidebar-ul li a {
  display: block;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
}
.product-show .sidebar .sidebar-ul li:hover {
  background-color: #000000;
  color: #fff;
}
.product-show .sidebar .tips {
  width: 240px;
  background-color: #000;
  text-align: center;
  color: #ffffff;
  height: 276px;
}
.product-show .sidebar .tips .font {
  overflow: hidden;
  padding-top: 20px;
}
.product-show .sidebar .tips .font i {
  font-size: 36px;
  margin-left: 35px;
  float: left;
}
.product-show .sidebar .tips .font span {
  float: left;
  margin-top: 7px;
  font-size: 20px;
  margin-left: 4px;
}
.product-show .sidebar .tips .phone {
  overflow: hidden;
  padding-top: 3px;
  width: 240px;
  height: 45px;
  font-size: 25px;
}
.product-show .sidebar .tips .weixin {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.product-show .sidebar .tips .weixin img {
  width: 100%;
  height: 100%;
}
.product-show .product-con {
  width: 940px;
  float: right;
  padding-top: 20px;
}
.product-show .product-con .tit {
  border-bottom: 2px solid #b70000;
  margin-bottom: 30px;
  position: relative;
}
.product-show .product-con .tit h2 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  font-weight: 500;
}
.product-show .product-con .tit span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #b70000;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-show .product-con .tit a {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #b70000;
  color: #fff;
  width: 74px;
  height: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.product-show .product-con .content {
  overflow: hidden;
}
.product-show .product-con .content li {
  text-align: center;
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  width: 303px;
  margin-bottom: 50px;
}
.product-show .product-con .content li .product-img {
  vertical-align: middle;
  height: 220px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
.product-show .product-con .content li .product-img img {
  width: 100%;
  height: 100%;
}
.product-show .product-con .content li .btnc {
  width: 100%;
  height: 123px;
  background-color: rgba(48, 48, 48, 0.7);
  position: absolute;
  left: 0px;
  bottom: -71px;
  overflow: hidden;
}
.product-show .product-con .content li .btnc a {
  color: #707070;
}
.product-show .product-con .content li .btnc a h2 {
  font-size: 15px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  padding: 5px 0;
}
.product-show .product-con .content li .btnc a .content {
  width: 269px;
  height: 43px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
}
.product-show .product-con .content li:hover .product-img {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.4s ease-in;
}
.product-show .product-con .content li:hover .btnc {
  transform: scale(1);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  background-color: rgba(230, 0, 18, 0.7);
  bottom: -18px;
}
.s-title {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 45px;
  position: relative;
}
.s-title span {
  width: 400px;
  display: block;
  font-size: 100px;
  font-family: Arial, Helvetica, sans-serif;
  color: #eeeeee;
  line-height: 100%;
}
.s-title .title-cont {
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 128px;
}
.s-title .title-cont h3 {
  font-size: 28px;
  color: #000;
}
.s-title .title-cont h3 b {
  font-weight: bold;
}
.s-title .title-cont p {
  font-size: 17px;
  color: #666666;
  margin-top: 3px;
  text-transform: uppercase;
}
.s-title .title-cont .par {
  width: 137px;
}
.s-title .title-cont .line {
  border-top: 3px dashed #e60012;
  width: 40px;
  height: 7px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 3px dashed #e60012;
  height: 1px;
}
.news-title {
  margin-top: 0;
}
.about {
  width: 100%;
  height: 600px;
  background-color: #222222;
  position: relative;
}
.about .about-cont {
  width: 1200px;
  margin: 0 auto;
}
.about .about-cont .left {
  width: 523px;
  float: left;
}
.about .about-cont .left .about-top {
  overflow: hidden;
  margin-bottom: 13px;
  margin-top: 68px;
}
.about .about-cont .left .about-top h3 {
  font-size: 28px;
  color: #fff;
}
.about .about-cont .left .about-top p {
  font-size: 16px;
  color: #888888;
  margin-top: 3px;
}
.about .about-cont .left .about-top .line {
  border-top: 3px dashed #e60012;
  width: 40px;
  height: 7px;
  margin-top: 20px;
  border-bottom: 3px dashed #e60012;
  height: 1px;
}
.about .about-cont .left .about-top .introduce {
  color: #999999;
  line-height: 200%;
  font-size: 13px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.about .about-cont .left .about-bottom {
  overflow: hidden;
  width: 500px;
}
.about .about-cont .left .about-bottom .imf01 {
  width: 620px;
  overflow: hidden;
  margin-bottom: 37px;
}
.about .about-cont .left .about-bottom .imf01 img {
  width: 32px;
  height: 32px;
  float: left;
  color: #bcbcbc;
}
.about .about-cont .left .about-bottom .imf01 .imf01-text {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.about .about-cont .left .about-bottom .imf01 .imf01-text b {
  font-weight: bold;
  font-size: 15px;
  display: block;
  color: #fff;
}
.about .about-cont .left .about-bottom .imf01 .imf01-text p {
  color: #999999;
  line-height: 200%;
  font-size: 13px;
  margin-top: 8px;
}
.about .right {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.about .right img {
  width: 960px;
  height: 600px;
}
.adv-title {
  margin-top: 0 !important;
}
.advantage {
  width: 100%;
  padding: 30px 0 40px;
}
.advantage .adv-con {
  background: url("../images/adv-bg (1).png") no-repeat center center;
  width: 1200px;
  margin: 0 auto;
  height: 435px;
}
.advantage .adv-con .adv-list {
  float: left;
  width: 281px;
  padding-top: 28px;
}
.advantage .adv-con .adv-list .item {
  width: 100%;
  height: 64px;
  margin-bottom: 70px;
  color: #fff;
  overflow: hidden;
}
.advantage .adv-con .adv-list .item .num {
  float: left;
  width: 65px;
  line-height: 64px;
  text-align: center;
  background: #000;
  font-size: 25px;
}
.advantage .adv-con .adv-list .item .text {
  float: left;
  width: 196px;
  height: 50px;
  padding-top: 14px;
  padding-left: 20px;
  line-height: 145%;
  background: #e60012;
}
.advantage .adv-con .adv-list .item .text .p1 {
  font-size: 18px;
}
.advantage .adv-con .adv-list .item .text .p2 {
  font-size: 12px;
}
.advantage .adv-con .fl {
  float: left;
}
.advantage .adv-con .fr {
  float: right;
}
.advantage .adv-2 {
  position: relative;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.advantage .adv-2 .item {
  float: left;
  padding: 10px;
  box-sizing: border-box;
  width: 570px;
  height: 170px;
  margin: 10px 12px;
  border-left: 6px solid #cc1515;
  background: #f1f1f1;
  box-shadow: 2px 2px 2px #eee;
}
.advantage .adv-2 .item .item-title {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #cc1515;
}
.advantage .adv-2 .item .item-p {
  float: left;
  width: 100%;
  line-height: 26px;
}
.evaluation {
  height: 720px;
  background: url("../images/block-bg-1-1.jpg") no-repeat center center;
  background-attachment: fixed;
}
.evaluation .eva-cont {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 87px;
}
.evaluation .eva-cont h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.evaluation .eva-cont .line {
  border-top: 3px dashed #e60012;
  width: 40px;
  height: 7px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 3px dashed #e60012;
  height: 1px;
}
.evaluation .eva-cont .content {
  color: #bbbbbb;
  font-size: 15px;
  line-height: 200%;
  margin: 36px 0 30px 0;
}
.evaluation .border {
  margin-top: 57px;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #444444;
}
.evaluation .comment_number {
  width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 65px;
  overflow: hidden;
}
.evaluation .comment_number .comment-list {
  width: 25%;
  float: left;
  text-align: center;
}
.evaluation .comment_number .comment-list span {
  text-align: center;
  color: #fff;
  font-size: 55px;
  display: inline-block;
}
.evaluation .comment_number .comment-list .comment_unit {
  color: #dddddd;
  font-size: 18px;
  margin-top: 16px;
}
.news-list {
  background-color: #fff !important;
  padding-top: 0 !important;
  height: auto;
  display: table;
}
.news-list .list-cont {
  margin-top: 0 !important;
  width: 1245px !important;
}
.news-list .list-cont li {
  margin-bottom: 50px!important;
}
.news {
  width: 100%;
  background-color: #f4f4f4;
  padding: 45px 0 30px 0;
}
.news .news-cont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 59px;
}
.news .news-cont li {
  width: 370px;
  margin-right: 45px;
  margin-bottom: 10px;
  float: left;
  overflow: hidden;
}
.news .news-cont li .news-img {
  width: 370px;
  text-align: center;
  overflow: hidden;
  height: 250px;
}
.news .news-cont li .news-img img {
  width: 100%;
  height: 100%;
}
.news .news-cont li .news-text {
  height: 151px;
  padding: 0 3px 0 6px;
}
.news .news-cont li .news-text h2 {
  font-size: 16px;
  padding-top: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .news-cont li .news-text h2 a {
  color: #333333;
}
.news .news-cont li .news-text time {
  font-size: 14px;
  padding-top: 7px;
  color: #999999;
  display: block;
  line-height: 140%;
}
.news .news-cont li .news-text .introduce {
  font-size: 13px;
  line-height: 24px;
  padding-top: 10px;
  color: #999999;
  height: 69px;
  overflow: hidden;
}
.news .news-cont .news-text1 {
  padding: 0 3px 0 6px;
}
.news .news-cont .news-text1 h2 {
  font-size: 16px;
  padding-top: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .news-cont .news-text1 h2 a {
  color: #333333;
}
.news .news-cont li:last-child {
  margin-right: 0 !important;
}
.news .more {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  width: 140px;
  height: 44px;
  line-height: 44px;
  background-color: #f4f4f4;
  border-radius: 3px;
}
.news .more a {
  color: #e60012;
  font-size: 15px;
}
.news .more:hover {
  width: 140px;
  height: 44px;
  line-height: 44px;
  background-color: #e60012;
  border-radius: 3px;
  -webkit-transition: 1s;
}
.news .more:hover a {
  color: #000;
  -webkit-transition-time: 1s;
}
.partner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 65px;
}
.partner .partner-cont {
  width: 100%;
}
.partner .partner-cont li {
  width: 240px;
  float: left;
}
.partner .partner-cont li .partner-img {
  width: 240px;
  height: 120px;
  max-width: 240px;
  max-height: 120px;
}
.partner .partner-cont li .partner-img img {
  width: 100%;
  height: 100%;
}
.partner .partner-cont li span {
  color: #666666;
  color: #5a5a5a;
  text-align: center;
  font-size: 14px;
  display: block;
}
.footer01 {
  width: 100%;
  height: 100px;
  background-color: #181818;
}
.footer01 .footer-cont1 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 25px;
}
.footer01 .footer-cont1 .left {
  width: 800px;
  float: left;
}
.footer01 .footer-cont1 .left img {
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 15px;
}
.footer01 .footer-cont1 .left span {
  font-size: 22px;
  color: #ffffff;
  display: block;
  padding-top: 11px;
}
.footer01 .footer-cont1 .left span .order {
  color: #e60012;
}
.footer01 .footer-cont1 .right {
  float: right;
  padding-top: 7px;
}
.footer01 .footer-cont1 .right a {
  color: #e60012;
  font-size: 15px;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  border-radius: 3px;
  background-color: #333333;
}
.footer01 .footer-cont1 .right a:hover {
  background-color: #e60012;
  color: #fff;
  -webkit-transition-time: 0.8s;
}
.footer02 {
  width: 100%;
  background-color: #222222;
  padding-top: 42px;
}
.footer02 .footer-cont2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer02 .footer-cont2 .left {
  width: 270px;
  overflow: hidden;
  float: left;
}
.footer02 .footer-cont2 .left .left-img {
  width: 231px;
  height: 65px;
}
.footer02 .footer-cont2 .left .left-img img {
  width: 100%;
  height: 100%;
}
.footer02 .footer-cont2 .left .introduce {
  color: #999999;
  font-size: 13px;
  line-height: 200%;
  margin-top: 18px;
  margin-bottom: 24px;
}
.footer02 .footer-cont2 .left .img_over {
  overflow: hidden;
}
.footer02 .footer-cont2 .left .img_over img {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}
.footer02 .footer-cont2 .middle {
  width: 395px;
  float: left;
  margin-left: 110px;
  margin-top: 22px;
}
.footer02 .footer-cont2 .middle li {
  float: left;
}
.footer02 .footer-cont2 .middle li h3 {
  color: #fff;
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 35px;
}
.footer02 .footer-cont2 .middle li span {
  font-size: 13px;
  line-height: 240%;
  display: block;
  color: #999999;
}
.footer02 .footer-cont2 .middle li span a {
  color: #999999;
}
.footer02 .footer-cont2 .right {
  width: 299px;
  float: right;
  margin-top: 16px;
}
.footer02 .footer-cont2 .right .right-z {
  width: 115px;
  float: left;
  overflow: hidden;
  margin: 4px 68px 33px 0;
}
.footer02 .footer-cont2 .right .right-z span {
  color: #fff;
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 35px;
  margin-bottom: 20px;
  display: block;
}
.footer02 .footer-cont2 .right .right-z .right-img {
  width: 114px;
  height: 114px;
}
.footer02 .footer-cont2 .right .right-z .right-img img {
  width: 100%;
  height: 100%;
}
.footer02 .footer-cont2 .right .weixin {
  margin-right: 0;
}
.footer02 .footer-cont2 .right .right-tel {
  clear: both;
}
.footer02 .footer-cont2 .right .right-tel span {
  font-size: 13px;
  color: #999999;
}
.footer02 .footer-cont2 .right .right-tel span b {
  color: #ffffff;
  font-size: 28px;
  line-height: 140%;
}
.footer02 .border {
  margin-top: 60px;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #444444;
}
.footer02 .copyright {
  line-height: 200%;
  font-size: 13px;
  color: #666666;
  width: 1200px;
  margin: 0 auto;
  margin-top: 8px;
}
.footer02 .copyright a {
  color: #666666;
}
.page-title {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 45px;
}
.page-title .cont {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
}
.page-title .cont .e-title {
  text-transform: uppercase;
}
.page-title .cont .e-title h4 {
  color: #696969;
  font-size: 40px;
  font-weight: bold;
}
.page-title .cont .e-title h4 b {
  color: #e60012;
  font-weight: bold;
}
.page-title .cont .e-title span {
  color: #e60012;
  display: block;
  border-top-style: solid;
  border-top-width: 2px;
  width: 25px;
  margin-top: 9px;
}
.page-title .cont .c-title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 63px;
}
.page-title .cont .c-title h3 {
  font-size: 27px;
  color: #707070;
  letter-spacing: 10px;
  display: inline-block;
}
.page-title .cont .c-title span {
  font-size: 12px;
  color: #A9A9A9;
  word-spacing: 15px;
}
.page-title .cont .c-title ul {
  width: 600px;
  float: right;
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
}
.page-title .cont .c-title ul li {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  border: 1px solid #f1f1f1;
  margin: 0 2px;
}
.page-title .cont .c-title ul li .link {
  text-align: center;
  font-size: 14px;
  color: #707070;
}
.page-title .cont .c-title ul li:hover {
  border: 1px solid #e60012;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.page-title .cont .c-title ul li:hover .link {
  color: #e60012;
}
.page-title .cont .bj1 {
  background-color: #e6e6e6;
  display: block;
  width: 300px;
  height: 43px;
  position: absolute;
  top: 89px;
  left: 0;
}
.page-title .cont .bj2 {
  background-color: #e60012;
  display: block;
  width: 300px;
  height: 43px;
  position: absolute;
  top: 89px;
  right: 0;
}
.product-side {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
.product-side a {
  padding: 0 30px;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border-radius: 50px;
  background-color: #e60012;
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
}
.product-side a:hover,
.product-side a .active {
  background-color: #ffc326;
  color: #333;
}
.side-bar {
  float: left;
  width: 220px;
  margin-right: 30px;
  /*联系方式*/
}
.side-bar .tit {
  width: 190px;
  height: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #ffffff;
  background-color: #e60012;
  font-weight: 400;
  overflow: hidden;
  padding-left: 30px;
}
.side-bar .tit i {
  float: left;
  margin-right: 10px;
  font-size: 20px;
}
.side-bar .side-nav {
  width: 190px;
}
.side-bar .side-nav li {
  width: 190px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  margin-top: 2px;
  background-color: #333;
  border-bottom: 1px solid #e60012;
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  transition: background-color 0.3s;
}
.side-bar .side-nav li .item-a {
  display: block;
  color: #fff;
}
.side-bar .side-nav li .item-a i {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 1px;
  right: 15px;
}
.side-bar .side-nav li .side-sub-nav {
  display: none;
  margin-bottom: 1px;
}
.side-bar .side-nav li .side-sub-nav a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #f6f6f6;
}
.side-bar .side-nav li:hover,
.side-bar .side-nav li.active {
  background: #e60012;
}
.side-bar .side-contact {
  width: 100%;
  margin-top: 16px;
  /*标题*/
}
.side-bar .side-contact .title {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #e60012;
  color: #fff;
  font-size: 18px;
}
.side-bar .side-contact .cont {
  width: 218px;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.side-bar .side-contact .cont .tel {
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid #f4f3f4;
}
.side-bar .side-contact .cont .tel span {
  color: #e60012;
  font-size: 22px;
  font-style: italic;
}
.side-bar .side-contact .cont .codes {
  padding-bottom: 10px;
}
.side-bar .side-contact .cont .codes .t {
  height: 40px;
  line-height: 40px;
}
.side-bar .side-contact .cont .codes .imgs {
  overflow: hidden;
}
.side-bar .side-contact .cont .codes .imgs .item {
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-right: 5px;
}
.side-bar .side-contact .cont .codes .imgs .item img {
  width: 76px;
  height: 76px;
}
.side-bar .side-contact .cont .codes .imgs .item span {
  font-size: 12px;
}
.product-list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
}
.product-list .product-con {
  width: 950px;
  overflow: hidden;
  float: left;
}
.product-list .product-con li {
  text-align: center;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  width: 295px;
  margin-bottom: 30px;
}
.product-list .product-con li .product-img {
  vertical-align: middle;
  height: 250px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
.product-list .product-con li .product-img img {
  width: 100%;
  height: 100%;
}
.product-list .product-con li .btnc {
  width: 100%;
  height: 123px;
  background-color: rgba(48, 48, 48, 0.7);
  position: absolute;
  left: 0px;
  bottom: -71px;
  overflow: hidden;
}
.product-list .product-con li .btnc a {
  color: #707070;
}
.product-list .product-con li .btnc a h2 {
  font-size: 15px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  padding: 5px 0;
}
.product-list .product-con li .btnc a .content {
  width: 269px;
  height: 43px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
}
.product-list .product-con li:hover .product-img {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.4s ease-in;
}
.product-list .product-con li:hover .btnc {
  transform: scale(1);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  background-color: rgba(230, 0, 18, 0.7);
  bottom: -18px;
}
.about-list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
  overflow: hidden;
}
.about-list .cont {
  font-size: 14px;
  color: #707070;
  line-height: 28px;
  text-indent: 20px;
}
.about-list .cont img {
  max-width: 100%;
}
.about-list table {
  max-width: 1200px;
  height: auto;
}
.problem-list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
  overflow: hidden;
}
.problem-list .title {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
.problem-list .cont {
  font-size: 14px;
  color: #707070;
  line-height: 28px;
  text-indent: 20px;
}
.problem-list .about-img {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 42px;
}
.problem-list .about-img img {
  width: 100%;
  height: 100%;
}
.problem-list table {
  max-width: 1200px;
  height: auto;
}
.service-list {
  width: 100%;
  background: #f5f5f5;
  padding: 80px 0;
  overflow: hidden;
}
.service-list .cont {
  width: 1200px;
  margin: 0 auto;
}
.service-list .cont .left {
  width: 520px;
  float: left;
}
.service-list .cont .left h2 {
  text-shadow: 2px 7px 0 rgba(0, 0, 0, 0.06);
  font-size: 36px;
  color: #e60012;
  font-weight: bold;
}
.service-list .cont .left span {
  display: block;
  width: 60px;
  border-bottom: 1px solid #ababab;
  margin: 20px 0;
}
.service-list .cont .left .contact {
  margin: 0 0 0 40px;
  line-height: 27px;
  color: #616161;
  font-size: 14px;
}
.service-list .cont .right {
  width: 585px;
  float: right;
}
.service-list .cont .right img {
  width: 100%;
  height: 100%;
}
.maintenance {
  background: url("../images/serrice022.jpg") center center no-repeat;
  background-size: 100%;
  height: 330px;
}
.maintenance .contact {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}
.maintenance .contact h3 {
  text-shadow: 2px 7px 0 rgba(255, 255, 255, 0.06);
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.maintenance .contact .cont {
  width: 585px;
  margin: 0 auto;
}
.maintenance .contact .cont img {
  width: 44px;
  height: 36px;
}
.maintenance .contact .cont .img01 {
  position: absolute;
  top: 108px;
  left: 223px;
}
.maintenance .contact .cont .img02 {
  position: absolute;
  top: 158px;
  right: 224px;
}
.maintenance .contact .cont .text {
  line-height: 32px;
  font-size: 18px;
  color: #fff;
}
.packets-cont {
  height: 950px;
  overflow: hidden;
}
.packets-cont .packets {
  background: url("../images/prt99.jpg") center center no-repeat;
  background-size: 100%;
  height: 447px;
  position: relative;
  margin-top: 70px;
}
.packets-cont .packets .contact {
  background: #fff;
  padding: 70px  50PX 200PX 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 56px;
}
.packets-cont .packets .contact h3 {
  text-shadow: 2px 7px 0 rgba(0, 0, 0, 0.06);
  font-size: 36px;
  color: #e60012;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.packets-cont .packets .contact .text {
  line-height: 38px;
  font-size: 14px;
}
.packets-cont .packets .contact .text span {
  color: #616161;
}
.packets-cont .packets .contact .text b {
  color: #616161;
  margin-left: 400px;
}
.news-detail {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.news-detail h1 {
  overflow: hidden;
  font-size: 30px;
  text-align: center;
}
.news-detail .browse {
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: right;
  color: #c8c8c8;
}
.news-detail .browse span {
  font-size: 14px;
  color: #969696;
}
.news-detail article {
  border-width: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 8px 10px;
  border-style: solid;
  line-height: 25px;
  border-color: #e4e4e4;
  background-color: #fcfbfd;
  font-size: 14px;
  color: #999999;
}
.news-detail article span {
  color: #969696;
  font-size: 14px;
  text-align: left;
}
.news-detail .contact {
  font-size: 13px;
  color: #707070;
  line-height: 25px;
  text-indent: 20px;
}
.news-detail .contact img {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.public-title {
  width: 1200px;
  margin: 40px auto;
  text-align: center;
}
.public-title h2 {
  font-size: 36px;
  color: hsl(0, 0%, 33%);
  font-weight: bold;
  margin-bottom: 25px;
}
.public-title span {
  display: block;
  width: 80px;
  border-bottom: 4px solid #e60012;
  margin: 0 auto;
}
.field-list {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.field-list .field {
  width: 900px;
  float: left;
}
.field-list .field ul {
  overflow: hidden;
}
.field-list .field ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.field-list .field ul li .time {
  float: left;
  width: 120px;
  height: 100px;
  border: 1px solid #eee;
  text-align: center;
}
.field-list .field ul li .time b {
  font-size: 43px;
  color: #333;
  margin: 3px 0 5px 0;
  display: block;
  font-weight: bold;
}
.field-list .field ul li .time span {
  font-size: 16px;
  color: #333;
}
.field-list .field ul li .fie-right {
  float: left;
  width: 498px;
  margin-left: 35px;
}
.field-list .field ul li .fie-right h2 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
}
.field-list .field ul li .fie-right h2:hover {
  color: #e60012;
}
.field-list .field ul li .fie-right font {
  width: 45px;
  border-bottom: 2px solid #888;
  height: 1px;
  display: block;
  margin: 10px 0;
}
.field-list .field ul li .fie-right .text {
  line-height: 25px;
  height: 30px;
  font-size: 14px;
  color: #888;
  overflow: hidden;
  width: 493px;
}
.field-list .field ul li .field-more {
  float: right;
  margin-right: 20px;
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #e60012;
  color: #fff;
  margin-top: 32px;
}
.field-list .field ul li .field-more a {
  color: #fff;
  display: block;
}
.field-list .field ul li .field-more a:hover {
  background: #e60012;
}
.field-list .posi_right {
  width: 280px;
  float: right;
}
.new_tj {
  padding: 20px 10%;
  background-color: #fff;
  border: 10px #f3f3f3 solid;
  overflow: hidden;
}
.new_tj h2 {
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.new_tj .posi-img {
  width: 100%;
  float: left;
}
.new_tj .posi-img img {
  width: 100%;
  height: 100%;
  float: left;
}
.new_tj .info {
  float: left;
  font-size: 13px;
  color: #5a5a5a;
  margin-top: 15px;
  line-height: 23px;
}
.detail-title {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.detail-title .left {
  float: left;
  width: 580px;
  height: 435px;
}
.detail-title .left .pro-img {
  width: 580px;
  height: 435px;
}
.detail-title .left .pro-img img {
  width: 100%;
  height: 100%;
  float: left;
}
.detail-title .right {
  width: 580px;
  float: right;
}
.detail-title .right h1 {
  font-size: 32px;
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  overflow: hidden;
  max-width: 510px;
}
.detail-title .right .detail-attr {
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
.detail-title .right .detail-attr span {
  float: left;
  margin-right: 20px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #999;
}
.detail-title .right .introduce {
  line-height: 24px;
  font-size: 16px;
  color: #343434;
  overflow: hidden;
  padding-top: 14px;
  height: 68px;
  width: 100%;
}
.detail-title .right .price {
  float: left;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 24px;
}
.detail-title .right .price .bottom {
  width: 170px;
  padding: 0 30px;
  background: #e60012;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  border: 1px solid #e60012;
  border-radius: 4px;
  text-align: center;
  float: left;
}
.detail-title .right .price .bottom a {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.detail-title .right .price .collection {
  margin-top: 15px;
  float: left;
  width: 30px;
  height: 30px;
}
.detail-title .right .price .collection img {
  width: 100%;
  height: 100%;
}
.p-detai {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px;
}
.p-detai .posi {
  height: 60px;
  line-height: 60px;
}
.p-detai .posi a {
  color: #4a4a4a;
  font-size: 15px;
}
.p-detai .posi a:hover {
  color: #e60012;
}
.p-detai .posi .active {
  color: #e60012;
}
.p-detai .posi em {
  margin: 0 4px;
  color: #4a4a4a;
  font-size: 15px;
}
.p-detai .posi h2 {
  display: inline-block;
}
.p-detai .pro-detail {
  float: left;
  width: 878px;
  overflow: hidden;
}
.p-detai .pro-detail .wrap {
  width: 100%;
  overflow: hidden;
}
.p-detai .pro-detail .wrap .wr-content {
  text-align: center;
  background-color: #f6f6f6;
}
.p-detai .pro-detail .wrap .wr-content ul {
  overflow: hidden;
}
.p-detai .pro-detail .wrap .wr-content ul li {
  float: left;
  width: 185px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.p-detai .pro-detail .wrap .wr-content ul li:hover,
.p-detai .pro-detail .wrap .wr-content ul li.active {
  background-color: #e60012;
  color: #fff;
}
.p-detai .pro-detail .wrap .wra-content {
  line-height: 29px;
  overflow: hidden;
  font-size: 16px;
  color: #343434;
  padding: 20px 0;
}
.p-detai .pro-detail .wrap .wra-content img {
  max-width: 100% !important;
  display: inline-block;
  margin: 0 auto;
}
.p-detai .pro-detail .wrap .wra-content table {
  width: 100% !important;
}
.p-detai .detail-sliding {
  float: right;
  width: 280px;
  border: 10px solid #f6f6f6;
  background-color: #fff;
}
.p-detai .detail-sliding h3 {
  font-size: 23px;
  color: #000;
  padding: 10px;
}
.p-detai .detail-sliding .photo {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}
.p-detai .detail-sliding .photo li {
  overflow: hidden;
  padding: 0 15px;
}
.p-detai .detail-sliding .photo li a {
  display: block;
  font-size: 16px;
  color: #000;
}
.p-detai .detail-sliding .photo li a .pho-img {
  width: 250px;
  height: 190px;
}
.p-detai .detail-sliding .photo li a .pho-img img {
  width: 100%;
  height: 100%;
}
.p-detai .detail-sliding .photo li a h2 {
  max-height: 50px;
  text-align: center;
  overflow: hidden;
  padding: 11px 0;
}
.director {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
  border-right: 7px solid #e60012;
  padding-right: 10px;
}
.director .director-img {
  width: 535px;
  height: auto;
  float: left;
}
.director .director-img img {
  width: 100%;
  height: 100%;
}
.director .director-cont {
  width: 638px;
  float: right;
}
.director .director-cont .title {
  overflow: hidden;
  margin-bottom: 30px;
}
.director .director-cont .title h2 {
  color: #333;
  font-size: 35px;
  letter-spacing: 2px;
}
.director .director-cont .title span {
  font-size: 16px;
  letter-spacing: 1px;
}
.director .director-cont .text {
  font-size: 14px;
  color: #707070;
  line-height: 28px;
  text-indent: 20px;
}
.director .director-cont .title02 {
  margin-top: 35px;
  color: #fff;
  background: #e60012;
  padding: 10px 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.director .director-cont .title02 h5 {
  font-size: 16px;
  letter-spacing: 1px;
  float: left;
}
.director .director-cont .title02 span {
  font-size: 15px;
  letter-spacing: 1px;
  float: right;
}
.message02 {
  margin-top: 0 !important;
}
.director02 {
  width: 100%;
  margin-top: 90px;
  background: #e0e0e0;
  padding-top: 60px;
  overflow: hidden;
}
.director02 .dir-title h3 {
  font-size: 35px;
  color: #333;
  letter-spacing: 3px;
  text-align: center;
}
.director02 .dir-title p {
  margin-top: 5px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.director02 .director02-cont {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  overflow: hidden;
}
.director02 .director02-cont .left {
  width: 344px;
  float: left;
  padding-left: 35px;
}
.director02 .director02-cont .left img {
  display: block;
}
.director02 .director02-cont .right {
  width: 659px;
  float: right;
}
.director02 .director02-cont .right .top {
  margin-top: 90px;
}
.director02 .director02-cont .right .right_list {
  margin-bottom: 25px;
}
.director02 .director02-cont .right .right_list h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}
.director02 .director02-cont .right .right_list h5 {
  font-size: 16px;
  margin-top: 10px;
}
.director02 .director02-cont .right .right_list p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #666;
  margin-top: 20px;
}
.case-list {
  width: 1200px;
  margin: 0 auto;
}
.case-list .case {
  overflow: hidden;
  width: 1236px;
}
.case-list .case li {
  float: left;
  width: 287px;
  margin-right: 21px;
  margin-bottom: 70px;
  padding-left: 1px;
  padding-top: 1px;
}
.case-list .case li .pic {
  position: relative;
  display: block;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.case-list .case li .pic img {
  display: block;
  width: 279px;
  height: 210px;
}
.case-list .case li .pic .info {
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -121px;
  width: 242px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  overflow: hidden;
}
.case-list .case li .pic .info h3 {
  width: 100%;
  color: #666;
}
/*在线留言*/
.page-message01 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-message01 .cont {
  width: 632px;
  margin: 20px auto 20px;
}
.page-message01 .cont .item {
  margin-bottom: 20px;
}
.page-message01 .cont .item label {
  height: 30px;
  line-height: 30px;
  color: #666;
}
.page-message01 .cont .item input {
  width: 620px;
  height: 28px;
  line-height: 28px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  outline: none;
}
.page-message01 .cont .item textarea {
  width: 620px;
  height: 120px;
  line-height: 30px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  outline: none;
  resize: none;
}
.page-message01 .cont .btn-submit {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #e60012;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.page-contact01 {
  width: 1200px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.page-contact01 .tel {
  line-height: 40px;
  margin-top: 16px;
  font-size: 34px;
  text-align: center;
  color: #666;
  font-family: 'intro_regular';
}
.page-contact01 .tel span {
  padding-left: 50px;
  background: url("../images/contact_01.png") left center no-repeat;
}
.page-contact01 .para {
  margin-top: 12px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.page-contact01 .para p {
  line-height: 28px;
  color: #666;
  text-align: center;
}
.page-contact01 .map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.page-contact01 .map #allmap {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.page-contact01 .map dl,
.page-contact01 .map dt,
.page-contact01 .map dd,
.page-contact01 .map ul,
.page-contact01 .map li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact01 .map dt {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
}
.page-contact01 .map dd {
  padding: 5px 0 0 5px;
}
.page-contact01 .map li {
  line-height: 28px;
}
/*地图*/
.map {
  overflow: hidden;
}
.map #allmap {
  height: 276px;
  width: 100%;
  overflow: hidden;
}
.map dl,
.map dt,
.map dd,
.map ul,
.map li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map dt {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
}
.map dd {
  padding: 5px 0 0 5px;
}
.map li {
  line-height: 28px;
}
.honor-list {
  width: 1200px;
  margin: 0 auto;
}
.honor-list .honor {
  height: auto;
  display: table;
}
.honor-list .honor li {
  float: left;
  overflow: hidden;
  margin: 0 10px 20px 10px;
  height: 360px;
  width: 280px;
  margin-bottom: 50px;
}
.honor-list .honor li img {
  float: left;
  width: 100%;
}
/*浮动窗*/
.float-side-bar {
  position: fixed;
  top: 150px;
  right: 10px;
  z-index: 9999;
  width: 110px;
  background: #fff;
  border: 1px solid #e60012;
}
.float-side-bar ul {
  padding: 10px 0;
  width: 108px;
}
.float-side-bar ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.float-side-bar ul li a {
  color: #333;
}
.float-side-bar ul li a:hover {
  color: #e60012;
}
.float-side-bar ul li p {
  line-height: 24px;
}
.float-side-bar ul .message i.iconfont {
  display: block;
  margin-bottom: 5px;
  font-size: 40px;
  color: #e60012;
}
.float-side-bar ul .cart i.iconfont {
  font-size: 46px;
  color: #e60012;
}
.float-side-bar ul .cart p span {
  color: #e60012;
}
.float-side-bar .gotop {
  float: left;
  width: 100%;
  background: #e60012;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 16px 0;
}
.float-side-bar .delete {
  position: absolute;
  right: 0;
  top: 0;
}
.float-side-bar .delete img {
  display: block;
}
.side-bar1 {
  position: fixed;
  z-index: 19900107;
  right: 10px;
  top: 150px;
  width: 160px;
  background: #fff;
  border: 1px solid #F4F2F2;
}
.side-bar1 ul {
  padding: 10px;
  width: 140px;
  overflow: hidden;
}
.side-bar1 ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.side-bar1 ul li a {
  color: #333;
}
.side-bar1 ul li a:hover {
  color: #e93553;
}
.side-bar1 ul li p {
  line-height: 24px;
  display: block;
  height: 24px;
  width: 100%;
}
.side-bar1 ul .tel p {
  float: left;
  width: 100%;
}
.side-bar1 ul .tel .img {
  color: #e93553;
}
.side-bar1 ul .tel img {
  float: left;
}
.side-bar1 ul .weixin img {
  width: 108px;
}
.side-bar1 .gk-gotop {
  float: left;
  width: 100%;
  background: #ffb400;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 16px 0;
}
.open-fixed-box {
  border-bottom: none;
}
</pre></body></html>